home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / ihpfs115.zip / IHPFS.DOC < prev    next >
Text File  |  1994-10-20  |  5KB  |  131 lines

  1.  
  2.  
  3.  
  4.                              iHPFS
  5.                         An Installable
  6.                       HPFS Driver for DOS
  7.              Copyright (c) 1993-94, Marcus Better
  8.                                
  9.                          Version 1.15
  10.                        October 20, 1994
  11.                                
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. Overview
  20.  
  21. The  OS/2  operating system introduces a new file  system,  the
  22. High  Performance File System (HPFS). HPFS has many  advantages
  23. over  the  FAT  system that DOS  uses. However, it  is  usually
  24. impossible to access files on an HPFS partition without booting
  25. OS/2.
  26.  
  27. iHPFS  makes  it  possible for OS/2 users to  reach  files  and
  28. directories on their HPFS partitions when they boot plain  DOS.
  29. The  HPFS  partition  is assigned a drive letter,  and  can  be
  30. accessed like any DOS drive  - although the current version  of
  31. iHPFS is restricted to read-only access.
  32.  
  33. iHPFS is easy to install and convenient to use, as it acts like
  34. any DOS drive. Files and programs on the HPFS partition may  be
  35. read and executed, or copied to another drive.
  36.  
  37.  
  38.  
  39. Disclaimer and License Agreement
  40.  
  41. iHPFS  is  supplied as is. The author disclaims all warranties,
  42. expressed  or  implied,  including,  without  limitation,   the
  43. warranties  of merchantability and of fitness for any  purpose.
  44. The  author  assumes  no  liability  for  damages,  direct   or
  45. consequential, which may result from the use of iHPFS.
  46.  
  47. You  may copy iHPFS on the following conditions: iHPFS must  be
  48. copied  in   unmodified  form,  and  this  documentation,  also
  49. unmodified, must  be included in the copy.
  50.  
  51. You  may  give iHPFS to your friends or post it for downloading
  52. on  bulletin  boards only as long as the above  conditions  are
  53. met.
  54.  
  55.  
  56.  
  57. System requirements
  58.  
  59. In order to run iHPFS, you need
  60.     - a 386 processor or better
  61.     - a computer running IBM or MS DOS 4 or later
  62.     NOTE: iHPFS won't work under DR-DOS and other clones.
  63.  
  64. It is also nice if you have an HPFS partition, otherwise all
  65. you'll get from iHPFS is an error message.
  66.  
  67.  
  68.  
  69. How to use iHPFS
  70.  
  71. Run IHPFS.EXE from the DOS prompt. The syntax is:
  72.  
  73.          IHPFS [d:][n] [/C=x] [/L] [/U]
  74.  
  75. The brackets indicate an optional parameter.
  76.  
  77. d:       The   drive  letter that you want to assign to  iHPFS.
  78.          If  this  parameter is omitted, iHPFS  will  find  the
  79.          first available drive letter.
  80.  
  81. n        The  number of the HPFS partition (1-9) that you  want
  82.          to  access.  If this parameter is omitted, iHPFS  will
  83.          assume the first HPFS partition in the system.
  84.  
  85.          HPFS   partitions   are numbered (logically)  so  that
  86.          you  can specify to iHPFS which partition you want  to
  87.          access.   The first HPFS partition on the  first  hard
  88.          disk  is  partition  number 1.  Note  that  only  HPFS
  89.          partitions are counted - if your system has  two  HPFS
  90.          partitions,  they will have numbers 1 and   2, regard-
  91.          less of any other non-HPFS partitions you might have.
  92.  
  93. /C=x     This  option  tells iHPFS to set up  a  cache  in  XMS
  94.          memory.  A cache can improve performance dramatically.
  95.          x  specifies  the  cache  size,  in  KB,  and  is  not
  96.          optional.  To use this option, you must  have  an  XMS
  97.          driver like HIMEM.SYS loaded.
  98.  
  99. /L       This  option  makes it possible to access  files  with
  100.          long  filenames.  These files  will  be  given  a  new
  101.          filename  and  extension. The name of  the  file  will
  102.          consist  of the first valid charactes (eight or  less)
  103.          before  the  first  dot  in  the  long  filename.  The
  104.          extension is computed from the long filename,  and  is
  105.          made   up   of  letters,  digits  and  a   few   other
  106.          characters. Files that begin with a dot will be  given
  107.          the   name   HPFS.xxx,  where  xxx  is  the   computed
  108.          extension.
  109.  
  110. /U       The  /U  option  will uninstall an iHPFS  drive.  When
  111.          this  option  is  used, a drive letter  must  also  be
  112.          specified.  Running iHPFS with the /U  option  removes
  113.          the   specified  drive,  and  unloads  most   of   the
  114.          driver  from memory. A few hundred  bytes  will  still
  115.          remain in memory, though.
  116.  
  117. iHPFS will display the message
  118.          Installed as d:
  119. if the installation was successful.
  120.  
  121.  
  122.  
  123. Contacting the author
  124.  
  125. You are welcome send me any ideas, comments and suggestions for
  126. iHPFS. If you have found any bugs, please let me know. I can be
  127. reached at the following addresses:
  128.  
  129. Fidonet:     2:201/2120.1
  130. Internet:    Marcus_Better@p1.f2120.n201.z2.fidonet.org
  131.